home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 34
/
Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso
/
Aminet
/
comm
/
misc
/
DragonDaemon.lha
/
DragonDaemon-Install
/
Programme
/
ARexx
/
Daemon_beenden
< prev
next >
Wrap
Text File
|
1999-10-02
|
142b
|
10 lines
/* DragonDaemon aus Speicher entfernen */
options results
if show('P','DragonDaemon') then do
Address "DragonDaemon"
DD_ExitDaemon
end